DataConnector | ComponentOne
C1.AdoNet.Kintone Assembly / C1.DataConnector.AdoNet Namespace / C1DataAdapterBase<TCommandImpl> Class / SelectCommand Property

In This Topic
    SelectCommand Property (C1DataAdapterBase<TCommandImpl>)
    In This Topic
    Gets or sets an SQL statement used to select records in the data source.
    Syntax
    'Declaration
     
    Public Shadows Property SelectCommand As TCommandImpl
    public new TCommandImpl SelectCommand {get; set;}
    See Also